home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000066_emv@heifetz.msen.com _Sun Mar 22 06:10:07 1992.msg < prev    next >
Internet Message Format  |  1994-01-24  |  1KB

  1. Return-Path: <emv@heifetz.msen.com>
  2. Received: from cernvax.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA16179; Sun, 22 Mar 92 06:10:07 GMT+0100
  4. Received: by cernvax.cern.ch (5.57/Ultrix2.0-B)
  5.     id AA27945; Sun, 22 Mar 92 06:05:36 +0100
  6. Received: by dxmint.cern.ch (cernvax) (5.57/3.14)
  7.     id AA00994; Sun, 22 Mar 92 07:05:24 +0200
  8. Received: by heifetz.msen.com (/\==/\ Smail3.1.22.1 #22.11)
  9.     id <m0lSKhB-000HcYC@heifetz.msen.com>; Sun, 22 Mar 92 00:02 EST
  10. Message-Id: <m0lSKhB-000HcYC@heifetz.msen.com>
  11. To: timbl@nxoc01.cern.ch
  12. Cc: www-talk@nxoc01.cern.ch
  13. Subject: "Cannot connect to information gateway %s\n", gateway
  14. Date: Sun, 22 Mar 92 00:02:11 -0500
  15. From: Edward Vielmetti <emv@msen.com>
  16.  
  17. (that's from HTAccess.c)
  18.  
  19. I want to be able to make references like
  20.        www rfc:934
  21.     or www rfc:934.txt
  22. and have that turned into
  23.     www file://ftp.nisc.sri.com/rfc/rfc934.txt
  24.  
  25. what should I set "WWW_rfc_GATEWAY" to to do something like that?
  26.  
  27. it looks like the code in HTAccess.c is only set up to use HTTP as
  28. a gateway scheme, which is fair and good, though I would expect that
  29. if I say
  30.     setenv WWW_rfc_GATEWAY file://ftp.nisc.sri.com/rfc/
  31. that it would look and say "aha, a file, better FTP it".
  32.  
  33. this is with the 1.2c version of the line mode browser.
  34.  
  35. thanks,
  36.  
  37. --Ed